home *** CD-ROM | disk | FTP | other *** search
/ Leonardo the Inventor / Leonardo The Inventor (93026)(Broderbund)(Riverdeep)(2004).iso / AOL90 / COMP03.000 / $TEMP / $R0
Text File  |  2004-11-19  |  7KB  |  237 lines

  1. ; $Date: 2004/09/27 22:36:59 $
  2. ; $Revision: 1.16 $
  3. ;
  4. ; AOLFirewallMgr.ini
  5. ;
  6. ; -----------------------------------------------------------------------------
  7. ;
  8. ; The information in this file is used to discover if any firewalls are installed AND
  9. ; running on the system.  This information can then used to properly message connection
  10. ; failures, in case a firewall is blocking connectivity.
  11. ;
  12. ; The format for this file is as follows:
  13. ;
  14. ; [Name of Firewall]
  15. ; VendorId=<n>
  16. ; RegKey1=<RegKey>
  17. ; RegKey2=<RegKey>
  18. ; .
  19. ; .
  20. ; .
  21. ; RegValue1=<RegValue>
  22. ; RegValue2=<RegValue>
  23. ; .
  24. ; .
  25. ; .
  26. ; Process1=<ProcessName>
  27. ; Process2=<ProcessName>
  28. ; .
  29. ; .
  30. ; .
  31. ;
  32. ; -----------------------------------------------------------------------------
  33. ;
  34. ; Where VendorId=<n> is used to indicate the vendor of the firewall.  Replace the
  35. ; <n> portion with an integer from the list of known (supported) vendors:
  36. ;
  37. ; Use VendorId=0 for generic (i.e. any vendor not specifically mentioned in the list).
  38. ; Use VendorId=1 for McAfee.
  39. ; Use VendorId=2 for Norton.
  40. ; Use VendorId=3 for ZoneAlarm.
  41. ; Use VendorId=4 for PC-Cillin.
  42. ; Use VendorId=5 for Black Ice.
  43. ;
  44. ; You can use the same VendorId number in multiple sections, but only once in a
  45. ; given section.  If you use a VendorId number that is not supported, the default
  46. ; of generic will be used.
  47. ;
  48. ; DO NOT just add new VendorId numbers, thinking it will work.  It won't.  Adding
  49. ; a new VendorId requires corresponding DLL code changes.
  50. ;
  51. ; -----------------------------------------------------------------------------
  52. ;
  53. ; Where <RegKey> is a registry KEY, with an optional root key prefix.  For example:
  54. ;
  55. ;   RegKey1=HKEY_LOCAL_MACHINE:Software\Zone Labs\ZoneAlarm
  56. ;
  57. ; and the prefix in this case is HKEY_LOCAL_MACHINE:
  58. ;
  59. ; The prefix can be any one of:
  60. ;   HKEY_LOCAL_MACHINE:
  61. ;   HKEY_CLASSES_ROOT:
  62. ;   HKEY_CURRENT_USER:
  63. ;   HKEY_USERS:
  64. ;
  65. ; Further, the prefix is optional, and if omitted defaults to HKEY_LOCAL_MACHINE:
  66. ; You can specify as many RegKey1=<RegKey> lines as you like, but make sure there is
  67. ; NO GAP in the numbers used in the RegKeyN= key.  In otherwords, if you
  68. ; want to specify three reg keys to look for, then you MUST use RegKey1=...,
  69. ; RegKey2=... and RegKey3=...
  70. ; If you used 1, 2 and 4 then the "4" item would not get checked.
  71. ;
  72. ; -----------------------------------------------------------------------------
  73. ;
  74. ; Where <RegValue> is a registry VALUE, with an optional root key prefix.  For example:
  75. ;
  76. ;   RegValue1=HKEY_LOCAL_MACHINE:Software\Zone Labs\OEM
  77. ;
  78. ; <RegValue> works EXACTLY THE SAME as <RegKey>, EXCEPT that it looks for a VALUE.
  79. ;
  80. ; In the example, above, HKEY_LOCAL_MACHINE:Software\Zone Labs is the KEY, and OEM is
  81. ; the value in that KEY.  That actual contents of the OEM value are IGNORED.  It is
  82. ; simply checked for EXISTENCE, when determining if the firewall entry is present on
  83. ; the machine.
  84. ;
  85. ; -----------------------------------------------------------------------------
  86. ;
  87. ; Where <ProcessName> is the name of a process that will be *running* on the machine
  88. ; when the firewall check is done.  For example:
  89. ;   Process1=MpfAgent.exe
  90. ;   Process2=MpfTray.exe
  91. ;
  92. ; The comparison of process names is done without regard for upper/lower case.
  93. ; When deciding what to use for a process name, a good guide is to use what
  94. ; task manager displays.
  95. ; The numbering rules for Process1= Process2= etc are the same as for RegKey1=, as
  96. ; mentioned above.
  97. ;
  98. ; -----------------------------------------------------------------------------
  99. ;
  100. ; As an example, here is a section that will match against a McAfee firewall:
  101. ;
  102. ;   [McAfee]
  103. ;   VendorId=1
  104. ;   RegKey1=HKEY_LOCAL_MACHINE:Software\McAfee.com\Personal Firewall
  105. ;   Process1=MpfAgent.exe
  106. ;   Process2=MpfTray.exe
  107. ;
  108. ; All three items (1 reg key & 2 processes) MUST be found for the firewall to
  109. ; be considered "found".
  110. ;
  111. ; WARNING: The strings in this file should NOT BE LOCALIZED, unless you really,
  112. ; really, really know what you are doing.
  113. ;
  114. ; -----------------------------------------------------------------------------
  115.  
  116. [McAfee]
  117. VendorId=1
  118. RegKey1=HKEY_LOCAL_MACHINE:Software\McAfee.com\Personal Firewall
  119. Process1=MpfAgent.exe
  120. Process2=MpfTray.exe
  121.  
  122. [McAfee v2.10]
  123. VendorId=1
  124. RegKey1=HKEY_LOCAL_MACHINE:Software\McAfee\McAfee Firewall
  125. Process1=cpd.exe
  126.  
  127. [Norton]
  128. VendorId=2
  129. RegKey1=HKEY_LOCAL_MACHINE:Software\Symantec\SymNetDrv
  130. RegValue1=HKEY_LOCAL_MACHINE:Software\Symantec\InstalledApps\Norton Internet Security
  131. Process1=ccpxysvc.exe
  132.  
  133. [Norton 2002 DE]
  134. VendorId=2
  135. RegKey1=HKEY_LOCAL_MACHINE:Software\Symantec\IAM
  136. RegValue1=HKEY_LOCAL_MACHINE:Software\Symantec\InstalledApps\Norton Internet Security
  137. Process1=NISSERV.EXE
  138. Process2=Sympxsvc.exe
  139.  
  140. [Norton 2002]
  141. VendorId=2
  142. RegKey1=HKEY_LOCAL_MACHINE:Software\Symantec\IAM
  143. RegValue1=HKEY_LOCAL_MACHINE:Software\Symantec\InstalledApps\Norton Internet Security
  144. Process1=NISSERV.EXE
  145. Process2=SYMPROXYSVC.EXE
  146.  
  147. [Norton 03/04]
  148. VendorId=2
  149. RegKey1=HKEY_LOCAL_MACHINE:Software\CLASSES\CcFWSettg.FirewallSettings
  150. RegValue1=HKEY_LOCAL_MACHINE:Software\Symantec\InstalledApps\Norton Internet Security
  151. Process1=ccapp.exe
  152.  
  153. [ZoneAlarm Pro]
  154. VendorId=3
  155. RegKey1=HKEY_LOCAL_MACHINE:Software\Zone Labs\ZoneAlarm
  156. Process1=ZAPro.exe
  157.  
  158. [ZoneAlarm Plus]
  159. VendorId=3
  160. RegKey1=HKEY_LOCAL_MACHINE:Software\Zone Labs\ZoneAlarm
  161. Process1=zlclient.exe
  162.  
  163. [ZoneAlarm]
  164. VendorId=3
  165. RegKey1=HKEY_LOCAL_MACHINE:Software\Zone Labs\ZoneAlarm
  166. Process1=zonealarm.exe
  167.  
  168. [ZoneAlarm plus 3.7]
  169. VendorId=3
  170. RegKey1=HKEY_LOCAL_MACHINE:Software\Zone Labs\ZoneAlarm
  171. Process1=zaplus.exe
  172.  
  173. [PC-Cillin]
  174. VendorId=4
  175. RegKey1=HKEY_LOCAL_MACHINE:Software\TrendMicro\PC-cillin
  176. Process1=pccguide.exe
  177. Process2=PCCPFW.exe
  178. Process3=tmproxy.exe
  179.  
  180. [Black Ice]
  181. VendorId=5
  182. RegKey1=HKEY_LOCAL_MACHINE:Software\Network Ice\BlackIce
  183. Process1=BlackD.exe
  184. Process2=BlackIce.exe
  185.  
  186. [Sygate]
  187. VendorId=6
  188. RegKey1=HKEY_LOCAL_MACHINE:Software\Sygate Technologies, Inc.\Sygate Personal Firewall
  189. Process1=smc.exe
  190.  
  191.  
  192. [Tiny 6.0]
  193. VendorId=7
  194. RegKey1=HKEY_LOCAL_MACHINE:Software\Tiny Software\Tiny Firewall
  195. Process1=UmxTray.exe
  196. Process2=UmxAgent.exe
  197. Process3=UmxPol.exe
  198. Process4=UmxCfg.exe
  199.  
  200. [Tiny 5.5]
  201. VendorId=7
  202. RegKey1=HKEY_LOCAL_MACHINE:Software\Tiny Software\Tiny Personal Firewall
  203. Process1=UmxTray.exe
  204. Process2=UmxAgent.exe
  205. Process3=UmxPol.exe
  206. Process4=UmxCfg.exe
  207.  
  208. [Tiny 4.5]
  209. VendorId=7
  210. RegKey1=HKEY_LOCAL_MACHINE:Software\Tiny Software\Tiny Personal Firewall
  211. Process1=amon.exe
  212.  
  213. ;
  214. ; Generic firewalls (i.e. not specifically recognized by vendor name)
  215. ;
  216. [Armor2Net]
  217. VendorId=0
  218. HKEY_LOCAL_MACHINE\Software\Armor2net\Armor2net Personal Firewall
  219. Process1=Armor2net.exe
  220.  
  221. [eTrust Firewall]
  222. VendorId=0
  223. HKEY_LOCAL_MACHINE\Software\Zone Labs\ZoneAlarm
  224. Process1=ca.exe
  225. Process2=vsmon.exe
  226.  
  227. [Kerio 4.1/4.0]
  228. VendorId=0
  229. HKEY_LOCAL_MACHINE\Software\Kerio\Personal Firewall 4
  230. Process1=kpf4ss.exe
  231. Process2=kpf4gui.exe
  232.  
  233. [Kerio 4.0.16]
  234. VendorId=0
  235. HKEY_CURRENT_USER\Software\Kerio\Personal Firewall 4
  236. Process1=kpf4ss.exe
  237. Process2=kpf4gui.exe